home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
multimed
/
MAINACT
/
DATA1.CAB
/
Script_Files
/
pullexam.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-05-04
|
724b
|
14 lines
/**************************************************************
* *
* MainActor Rexx Script *
* *
* Demonstrates how to use the Rexx pull command to request *
* input from the user *
* *
* Last modified: 09/15/97, Written by: Markus Moenig *
* *
**************************************************************/
say "Please enter something..."
pull var
say "You entered:" var